Throwing
This events gets called when ever the player is throwing an object or a throwable
Event name
plouffe_lib:throwing
Args
1 : hash of the throwable
Example
AddEventHandler("plouffe_lib:throwing", function(throwableHash)
print(("Player just threw %s "):format(throwableHash))
end)